table of contents
| PCIBIOS_PRESENT(9) | Fonctions du noyau Linux | PCIBIOS_PRESENT(9) |
NOM¶
pcibios_present - Déterminer si un bus PCI est présent
SYNOPSIS¶
#include <linux/bios32.h>
int pcibios_present(void);
DESCRIPTION¶
pcibios_present teste si la machine gère la norme PCI. Retourne vrai (!0) si la gestion du PCI existe, faux sinon.
VALEUR DE RETOUR¶
Zéro en cas d'ABSENCE de BIOS PCI.
DISPONIBILITɶ
Linux 1.0+
VOIR AUSSI¶
/usr/include/linux/bios32.h, /usr/src/linux/arch/*/kernel/bios32.c
AUTEUR¶
Kirk Petersen (kirk@speakeasy.org)
BOGUES¶
Bugs?! This is way to trivial to have bugs.
TRADUCTION¶
Thierry Vignaud <tvignaud@mandrakesoft.com>, 1999
| 19 mars 1999 | Linux |